home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover2()
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout()
- end if
- end
-
- on mouseDown
- glow(59, 1)
- updateStage()
- end
-
- on mouseUp
- updateStage()
- scrollByLine(member "Family3Text", 1)
- glow(59, 0)
- end
-